@charset "utf-8";

/* 全局界面 */

body {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Microsoft YaHei, PingFang SC, Source Han Sans SC, Noto Sans CJK SC, SimHei, sans-serif;
    font-size: 16px;
    color: #333;
}

.header {
    position: relative;
}

.nav {
    height: 56px;
    background-color: #c0392b;
}

.nav ul {
    /* width: 1190px; */
    margin: 0 auto;
}

.nav li {
    float: left;
    width: 16.6%;
}

.nav li.current {
    background-color: rgba(255, 255, 255, .15);
}

.nav li a {
    display: block;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    color: #fff;
}
.nav li a i {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: top;
    background-image: url(/template/gh/images/icons.png);
    background-repeat: no-repeat;
}

.nav li .s1 {
    background-position: 0px 0px;
}

.nav li .s2 {
    background-position: -50px 0px;
}

.nav li .s3 {
    background-position: -100px 0px;
}

.nav li .s4 {
    background-position: -150px 0px;
}

.nav li .s5 {
    background-position: -200px 0px;
}

.nav li .s6 {
    background-position: -250px 0px;
}

.nav li .s7 {
    background-position: -300px 0px;
}

.nav li .s8 {
    background-position: -350px 0px;
}

.content {
    width: 1190px;
    margin: 20px auto;
}

.bar {
    position: fixed;
    top: 605px;
   /* right: 20px;*/
    z-index: 9;
    background-color: #e9e9e9;
    border-radius: 5px;
}

.bar li {
    position: relative;
    width: 80px;
    height: 60px;
    padding: 10px 0;
    line-height: 20px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.bar li:hover,
.bar li:hover a {
    color: #fff;
}

.backtop {
    position: relative;
    bottom: auto;
    right: auto;
    display: block;
    width: 60px;
    height: 60px;
    padding: 10px;
    cursor: pointer;
    background: none;
    border-radius: 5px;
    box-shadow: none;
}

.bar li:hover {
    background: linear-gradient(to bottom, #e60012, #b20e05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
}

.bar li span,
.bar li b,
.bar li img {
    display: block;
}

.bar li i {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-image: url(/template/gh/images/index/icons.png);
    background-repeat: no-repeat;
    transition: background-position .3s;
}

.bar .qr i {
    background-position: 0 0;
}

.bar .wx i {
    background-position: -40px 0;
}

.bar .backtop i {
    margin-top: 10px;
    background-position: -80px 0;
}

.bar .qr:hover i {
    background-position: 0 -40px;
}

.bar .wx:hover i {
    background-position: -40px -40px;
}

.bar .backtop:hover i {
    background-position: -80px -40px;
}

.bar li div {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: -10px;
    padding-right: 20px;
}

.bar li:hover div {
    display: block;
}

.bar li span {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 12px;
    color: #333;
}

.w420 {
    width: 420px;
}

.w750 {
    width: 750px;
}

.w580 {
    width: 580px;
}

.t0 {
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}

.t0:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    bottom: 12px;
    background-color: #f4f4f4;
}

.t0 b {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 10px;
    font-size: 18px;
    background-color: #fff;
    color: #c0392b;
    vertical-align: top;
}

.t0 i {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/template/gh/images/index/icons.png);
    background-repeat: no-repeat;
    vertical-align: top;
}

.t5 {
    position: relative;
    height: 38px;
    line-height: 38px;
    border-bottom: 2px solid #ddd;
}

.t5 b {
    display: inline-block;
    border-bottom: 2px solid #c0392b;
    margin-bottom: -2px;
    padding: 0 20px;
    font-size: 18px;
}

h3.tab {
    height: 40px;
    border-bottom: 1px solid #d7b4b2;
    margin-bottom: 10px;
    background-color: #f4f4f4;
    box-shadow: inset 0 -5px 10px rgba(0, 0, 0, .05);
}

h3.tab a {
    display: inline-block;
    border-width: 0 3px;
    border-style: solid;
    border-color: transparent;
    margin-bottom: -1px;
    padding: 0 20px 1px;
    line-height: 40px;
    font-weight: bold;
    font-size: 18px;
}

h3.tab a.current {
    border-color: #c0392b;
    background-color: #fff;
    color: #c0392b;
}

/* 焦点图 */

.focus,
.focus .pic,
.focus .pic div {
    position: relative;
    overflow: hidden;
    display: block;
    width: 560px;
}

.focus {
    width: 560px;
    height: 320px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.focus .pic {
    height: 370px;
}

.focus .pic img {
    width: 560px;
    min-height: 320px;
}

.focus .pic span {
        display: block;
    padding: 10px;
    line-height: 30px;
    font-size: 14px;
    background: rgba(0,0,0,0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
    color: #fff;
    position: relative;
    bottom: 55px;
}

.focus .prev,
.focus .next {
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .prev {
    transform: translate(-50px, 0);
    left: 10px;
}

.focus .next {
    transform: translate(50px, 0);
    right: 10px;
}

.focus:hover .prev,
.focus:hover .next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
   position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 9;
    padding: 10px;
}

.focus .navi li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    font: 0/0 lx;
    background-color: #ddd;
    color: transparent;
    cursor: pointer;
    border-radius: 100px;
    transition: all .3s;
}

.focus .navi li.on {
    width: 16px;
    background-color: #f80;
}

.topline {
   margin-bottom: 15px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-top: -5px;
}

.topline img {
    height: 50px;
    vertical-align: middle;
}

.board {
    height: 72px;
    margin-left: 60px;
   /* padding: 2px 0;*/
    background-color: #f4f4f4;
}

.board h3 {
    float: left;
    width: 120px;
    height: 50px;
    margin: 11px 0 0 -60px;
}

.board h3 b {
    display: inline-block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size:18px;
    background-color: #f80;
    background: linear-gradient(to right, #f68d06, #e46e34);
    color: #fff;
    border-radius: 100px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.board .scroll {
    float: right;
    width: 1050px;
    height: 72px;
}

.board .scroll ul {
    width: 1050px;
    height: 72px;
}

.board .scroll li {
    float: left;
    width: 480px;
    margin-right: 10px;
}

/* 机构 */

.ld ul {
    padding: 3px 20px 11px;
    background: url(/template/gh/images/index/ld_bg.jpg);
}

.ld li {
     padding: 1px 5px 1px 24px;
    line-height: 28px;
    background: url(/template/gh/images/index/dot1.png) 0 11px no-repeat;
}

.ld li:hover {
    background: url(/template/gh/images/index/dot2.png) 0 13px no-repeat;
}

.ld .t0 i {
    background-position: -160px 0;
    background-color: #fff;
}

.intro p {
    line-height: 34px;
    text-indent: 2em;
}

.unit {
    margin-right: -18px;
}

.unit li {
    width: 174px;
    margin: 0 18px 12px 0;
}

.unit li a {
    display: table-cell;
    width: 172px;
    height: 46px;
    border: 1px solid #ddd;
    line-height: 20px;
    border-radius: 5px;
    vertical-align: middle;
    transition: all .3s;
}

.unit li a:hover {
    border-color: #d00;
    background-color: #c0392b;
    color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

/* 新闻 */

.news {
    height: 450px;
    background: url(/template/gh/images/index/news_bg.png);
}

.news .tab {
    float: left;
    width: 180px;
    padding: 20px 10px;
}

.news .tab a {
    display: block;
    width: 160px;
    height: 50px;
    margin-bottom: 10px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    border-radius: 100px;
}

.news .tab a.current {
    background-color: #c0392b;
    background: linear-gradient(60deg, #e60012, #b20e05);
    color: #fff;
}

.news .tab+div {
    margin: 35px 0 0 200px;
}

.notice li {
    position: relative;
    line-height: 28px;
    padding: 5px 0 5px 30px;
}

.notice li:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 10px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #ddd;
    border-radius: 100px;
}

.notice li:hover:before {
    background-color: #c0392b;
}

/* 课堂 */

.tech .list-b {
    margin: 0;
}

.tech .list-b li {
    height: 80px;
    border: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #f4f4f4;
}

.tech .list-b li .pic {
    margin: -10px 20px -10px -10px;
}

.tech .list-b li .pic i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    background: url(/template/gh/images/index/icons.png) -120px -40px no-repeat;
}

.tech .list-b li h4 {
    line-height: 24px;
}

.tech .list-b li .pic {
    width: 180px;
    height: 100px;
}

/* 办公 */

.a1 {
    margin-right: -40px;
}

.a1 li {
    margin: 0 40px 20px 0;
}

.a1 li a {
    width: 320px;
    height: 100px;
    padding: 20px 0 0 50px;
    line-height: 100px;
    font-weight: bold;
    font-size: 20px;
    background: url(/template/gh/images/index/a.png) 0 20px no-repeat;
}

.a1 li a:hover {
    height: 120px;
    padding: 0 0 0 50px;
    line-height: 120px;
    background: url(/template/gh/images/index/a.png) 0 100% no-repeat;
    color: #fff;
}

/* 资料 */

.files .list-t {
    margin-right: -20px;
}

.files .list-t li {
    width: 555px;
    margin-right: 20px;
}

.query {
    margin: 20px 0;
    padding: 10px;
    background-color: #f4f4f4;
}

.query-box {
    width: 710px;
    height: 38px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    font-size: 0;
    line-height: 0;
}

.query select,
.query input,
.query button {
    display: inline-block;
    box-sizing: border-box;
    height: 38px;
    font-size: 14px;
    vertical-align: middle;
    border: none;
    background: none;
    outline: none;
}

.query select {
    width: 110px;
    border-right: 1px solid #ddd;
    padding: 0 10px;
}

.query input {
    width: 540px;
    padding: 10px;
}

.query button {
    float: right;
    width: 60px;
    height: 40px;
    margin: -1px;
    background: #c0392b url(/template/gh/images/index/icons.png) 10px -80px no-repeat;
    font-size: 0;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
}

/* part2 */

.banner {
    position: relative;
}

.banner h4 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url(/template/gh/images/index/line_x.png) center repeat-x;
}

.banner h4 a {
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    background-color: #fff;
}

.banner img {
    display: block;
}

.banner .h {
    margin-right: -10px;
}

.banner .h li {
    margin-right: 10px;
}

.banner .navi {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    margin-top: -24px;
}

.banner .navi li {
    width: 8px;
    height: 8px;
    margin: 6px 0;
    background-color: #fff;
    border-radius: 100px;
    font: 0/0 lx;
    color: transparent;
    cursor: pointer;
}

.banner .navi li.on {
    background-color: #c0392b;
}

.video .t0 i {
    background-color: #fff;
    background-position: -120px 0;
}

.video-box {
    margin-top: 40px;
    padding: 0 10px 10px 0;
    background-color: #f4f4f4;
}

.video-box h4 {
    float: left;
    width: 120px;
    margin: 40px 15px 0;
}

.video-box h4 a {
    display: block;
    width: 120px;
    height: 40px;
    margin-bottom: 20px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border-radius: 100px;
}

.video-box h4 .current {
    background-color: #f80;
    background: linear-gradient(to right, #f68d06, #e46e34);
    color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.video-box h4+div {
    float: right;
    width: 420px;
    margin-top: -20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.video .v {
    position: relative;
    width: 420px;
    height: 260px;
}

.video .v img {
    display: block;
    width: 420px;
}

.video .v span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    color: #fff;
}

.video .v i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    line-height: 60px;
    text-align: center;
    font-size: 46px;
    margin: -32px 0 0 -32px;
    color: #fff;
    border-radius: 100px;
}

.star {
    width: 980px;
}

.stars .list-p {
    margin-right: -20px;
}

.stars .list-p li {
    position: relative;
    overflow: hidden;
    width: 180px;
    height: 210px;
    margin-right: 20px;
    padding: 0;
}

.stars .list-p li>a {
    display: block;
    margin: 0;
}

.stars .list-p li .pic {
    position: relative;
    overflow: hidden;
    width: 180px;
    height: 180px;
}

.stars .list-p li .pic img {
    display: block;
    height: 180px;
    width:180px;
}

.stars .list-p li h4 {
    position: relative;
    z-index: 3;
    height: 34px;
    margin: -20px 30px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    transition: margin .3s;
}

.stars .list-p li:hover h4 {
    margin: -84px 30px -20px;
    background-color:#f08316;
    color: #fff;
}

.stars .list-p li p {
    position: relative;
    z-index: 2;
    display: none;
}

.stars .list-p li:hover p {
    display: block;
    padding: 40px 10px 10px;
    line-height: 20px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.gallery {
    position: relative;
}

.gallery .scroll {
    height: 210px;
    margin: 0 10px;
}

.gallery li a img {
    display: block;
    width: 140px;
    height: 190px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.gallery .prev,
.gallery .next {
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    background-color: rgba(240, 240, 240, .8);
    color: #aaa;
    opacity: 0;
    transition: all .3s;
}

.gallery .prev {
    transform: translate(-50px, 0);
    left: -10px;
}

.gallery .next {
    transform: translate(50px, 0);
    right: -10px;
}

.gallery:hover .prev,
.gallery:hover .next {
    opacity: 1;
    transform: translate(0, 0);
}
/*20210524*/
.ktbanner {
    position: relative;
height: 200px;
}

.ktbanner .scroll ul li img {
    display: block;
}

.ktbanner .h {
    margin-right: -10px;
}

.ktbanner .h li {
    margin-right: 10px;
}

.ktbanner .navi {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    margin-top: -24px;
	display:none
}

.ktbanner .navi li {
    width: 8px;
    height: 8px;
    margin: 6px 0;
    background-color: #fff;
    border-radius: 100px;
    font: 0/0 lx;
    color: transparent;
    cursor: pointer;
}

.ktbanner .navi li.on {
    background-color: #c0392b;
}
.ghwq .list-b .pic img{
width:180px
}
/* 2024 03 22 服务页面新增 start*/

.bsfw {
    background: url(/template/gh/images/fw/fw-background.png) 0 0 no-repeat;
    height: 465px;
    width: 100%;
    padding: 10px 10px;
    position: relative;
}
.bsfw .zqxx{
    position: absolute;
    top: 140px;
    left: 42px;
    width: 337px;
}
.zqxx ul li{
    width: 140px;
    height: 140px;
    background: url(/template/gh/images/fw/fw-bg.png)  0 0 no-repeat;
    border-radius: 4px;
    margin-right: 25px;
    float: left;
    text-align: center;
    line-height: 194px;
    cursor:pointer;
}
.zqxx ul li a {
        font-size: 18px;
        font-weight: 500;
        color: #2C3653;
        display: block;
        height: 129px;
}
.zqxx ul li i {
    position: absolute;
    width: 38px;
    height: 38px;
    display: inline-block;
    margin: 38px 18px;
    vertical-align: middle;
    transition: all .3s;
}

.zqxx ul li i.s1 {
    background: url(/template/gh/images/fw/fw-icon1.png) no-repeat;
}
.zqxx ul li i.s2 {
    background: url(/template/gh/images/fw/fw-icon2.png) no-repeat;
}
.zqxx ul li i.s3 {
    background: url(/template/gh/images/fw/fw-icon3.png) no-repeat;
}
.zqxx ul li i.s4 {
    background: url(/template/gh/images/fw/fw-icon4.png) no-repeat;
}
.zqxx ul li:hover i {
    transform: rotatey(180deg);
}
/* 2024 03 22 服务页面新增 end*/